2006-09-04 Michael Schumacher <schumaml@cvs.gnome.org>
* extensions/Makefile.am: have to link with libbabl.a, at least on
the Windows platforms
+2006-09-04 Michael Schumacher <schumaml@cvs.gnome.org>
+
+ * extensions/Makefile.am: have to link with libbabl.a, at least on
+ the Windows platforms
+
2006-08-31 Øyvind Kolås <pippin@gimp.org>
* extensions/.cvsignore: added Makefile.in
# file babl_extensions
if OS_WIN32
-win32_libs = -lgw32c -liberty -lole32 -luuid -lwsock32
+win32_libs = ../babl/.libs/libbabl.a -lgw32c -liberty -lole32 -luuid -lwsock32
no_undefined = -no-undefined
endif